github.com/gotd/neo.Time.moments (field)

9 uses

	github.com/gotd/neo (current package)
		time.go#L27: 		moments: map[int]moment{},
		time.go#L41: 	moments   map[int]moment
		time.go#L67: 	t.moments[id] = moment{
		time.go#L88: 	_, ok := t.moments[id]
		time.go#L89: 	delete(t.moments, id)
		time.go#L108: 	m, ok := t.moments[id]
		time.go#L114: 	t.moments[id] = m
		time.go#L121: 	for id, m := range t.moments {
		time.go#L125: 		delete(t.moments, id)